#divLoadingMaster,
#divLoadingMasterParallel {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: table;
}

#divLoadingMasterIn,
#divLoadingMasterParallelIn {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

#divLoadingMasterFooter {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    text-align: right;
}

/* popup veicolo su mappa  */
.infoWindowVehicle .leaflet-popup-content-wrapper {
    padding: 0px;
    border-radius: 0;
}

.infoWindowVehicle .leaflet-popup-content {
    margin: 0;
    color: #0b3678;
}

/* bottoni zoom mappa */
.leaflet-control-zoom a {
    background: #0b3678;
    color: #43b08c;
    margin: 0px;
}

/* bottone layers mappa */
.leaflet-control-layers {
    color: #000;
    background: #fff;
    box-shadow: none;
}

.dropzone {
    border: 0 !important;
}

.markerCluster {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    opacity: 0.9;
}

.markerCluster1 {
    background: rgb(0, 255, 0);
    border: 1px solid rgb(39, 4, 4);
}

.markerCluster2 {
    background: rgb(87, 209, 87);
    border: 1px solid rgb(31, 10, 10);
}

.markerCluster3 {
    background: rgb(56, 172, 56);
    border: 1px solid rgb(31, 10, 10);
}

/* classi per plugin colvis di datatable */
div.dt-button-collection {
    background: #fff !important;
    width: -moz-fit-content !important;
    width: fit-content !important;
}

button.dt-button,
div.dt-button,
a.dt-button {
    background: white !important;
    color: #ccc !important;
    border-bottom: 1px solid #ccc !important;
}

button.dt-button.active,
div.dt-button.active,
a.dt-button.active {
    background: #244184 !important;
    color: white !important;
    border-bottom: 1px solid #ccc !important;
}

/* end classi per plugin colvis di datatable */

/* marker mappa */

/* marker full */

.markerFullContainer {
    white-space: nowrap;
    position: relative;
}

.markerFullIcon {
    position: absolute;
    top: 5px;
    left: -26px;
}

.markerFullDirection {
    position: absolute;
    top: -18px;
    left: 10px;
    font-size: 14px;
}

.markerFullPlate {
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 11px;
    background: #152852;
    border-radius: 3px;
    padding: 3px;
    color: #ffffff;
    font-weight: bold;
    line-height: 10px;
}

.markerFullTrailer {
    position: absolute;
    top: 23px;
    left: 10px;
    font-size: 10px;
    background: #152852;
    border-radius: 3px;
    padding: 2px;
    color: #ffffff;
    font-weight: bold;
    line-height: 10px;
}

/* marker light */

.markerLightContainer {
    white-space: nowrap;
    position: relative;
}

.markerLightIcon {
    font-size: 30px;
    line-height: 0;
    position: absolute;
    top: -27px;
    left: -6px;
}

.markerLightIcon i {
    padding: 1px;
}

.markerLightDirection {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 14px;
}

.markerLightPlate {
    position: absolute;
    top: -27px;
    left: 19px;
    font-size: 11px;
    background: #152852;
    border-radius: 5px;
    padding: 2px;
    font-weight: bold;
    color: #ffffff;
    line-height: 10px;
}

.markerLightTrailer {
    position: absolute;
    top: -11px;
    left: 19px;
    font-size: 10px;
    background: #152852;
    border-radius: 3px;
    padding: 2px;
    color: #ffffff;
    font-weight: bold;
    line-height: 10px;
}

/* marker poi */

.markerPoiIcon {
    font-size: 30px;
    line-height: 0;
    position: absolute;
    top: -27px;
    left: -6px;
}

.markerPoiLabel {
    position: absolute;
    top: -27px;
    left: 18px;
    font-size: 11px;
    text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
    border-radius: 5px;
    padding: 2px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.84);
    line-height: 10px;
}

/* end marker mappa */

/* tabella report piccola  */

.table-report-xs {
    font-size: 12px;
}

.table-report-xs th {
    padding: 0px;
}

.table-report-xs td {
    padding: 0px;
}

.table-report-week-totals {
    font-weight: bold !important;
    background-color: #eee !important;
}

.table-report-totals {
    font-weight: bold !important;
    background-color: #ccc !important;
}

/*
    Fix per il bordo del dropdown, l'icona è coperta dal bordo con questa definizione è possibile toglierlo
    eg: Report -> Dropdown date
*/
.dropup .dropdown-toggle::after {
    border-bottom: 0.3em solid transparent !important;
}

.leaflet-container a.leaflet-popup-close-button {
    color: rgb(0, 0, 0) !important;
}

.leaflet-container .infoWindowVehicle a.leaflet-popup-close-button {
    color: rgb(255, 255, 255) !important;
}

.bootstrap-select .dropdown-menu li.active small {
    color: rgb(78, 78, 78) !important;
}

#mobile_search_bar {
    display: none;
}

#mobile_map_eraser {
    display: none;
}

@media only screen and (max-width: 992px) {
    #mobile_search_bar {
        display: flex;
        position: absolute;
        top: 70px;
        left: 15px;
        width: 30px;
        height: 30px;
        border-radius: 6;
        background: white;
        align-items: center;
        justify-content: center;
        outline: 2px solid rgba(0, 0, 0, 0.2);
        border-radius: 2px;
    }

    #mobile_map_eraser {
        display: flex;
        position: absolute;
        top: 110px;
        left: 15px;
        width: 30px;
        height: 30px;
        border-radius: 6;
        background: white;
        align-items: center;
        justify-content: center;
        outline: 2px solid rgba(0, 0, 0, 0.2);
        border-radius: 2px;
    }

    .leaflet-control-easyPrint {
        display: none !important;
    }

    .leaflet-control-zoom {
        position: fixed;
        top: 70px;
        right: 5px;
    }
}

.fixColor {
    color: #6c757d;
}
.fixColor:hover {
    background-color: #6c757d;
    border-color: #6c757d;
}
/* modal-03 wizard*/
 .modal.modal-steps .modal-header {
            padding: 0;
            border-bottom: 0;
          }
.modal.modal-steps .modal-steps-list {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
.modal.modal-steps .modal-steps-list .modal-step {
text-align: center;
flex: 1 0 0px;
border-bottom: 2px solid #dee2e6;
padding: 1rem 0;
}
.modal.modal-steps .modal-steps-list .modal-step h1, .modal.modal-steps .modal-steps-list .modal-step h2, .modal.modal-steps .modal-steps-list .modal-step h3, .modal.modal-steps .modal-steps-list .modal-step h4, .modal.modal-steps .modal-steps-list .modal-step h5, .modal.modal-steps .modal-steps-list .modal-step h6 {
padding: 0;
margin: 0;
font-size: 0.75em;
font-weight: bold;
}
.modal.modal-steps .modal-steps-list .modal-step p {
padding: 0;
margin: 0;
font-size: 1.25em;
}
.modal.modal-steps .modal-steps-list .modal-step.step-active {
color: var(--bs-primary);
border-color: var(--bs-primary);
}
.modal.modal-steps .modal-step-body {
display: none;
}
.modal.modal-steps .modal-step-body.step-active {
display: block;
}
